home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 95 / MOBICLIC 95.ISO / mac / MWB_DATA / TCH095 / TCH095_00 / TCH095_00.swf / scripts / frame_11 / PlaceObject2_50_11 / CLIPACTIONRECORD on(rollOver).as < prev    next >
Text File  |  2007-06-28  |  318b  |  13 lines

  1. on(rollOver){
  2.    if(_root.gOnDir)
  3.    {
  4.       getURL("6",280);
  5.    }
  6.    _root.IB.IB.afficherIB("IB01",this._x,this._y);
  7.    _root.joueSonTch(_root,_root.gListeSons,"TCH095_00_VOC_01",0);
  8.    mySon = _root.gSonJoue;
  9.    _root.ST.afficheText("TCH095_00_VOC_01");
  10.    _root.perso_0._alpha = 0;
  11.    gotoAndStop(2);
  12. }
  13.